home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Genie / Projects / A-line / Scripts / OutToLunch < prev    next >
Encoding:
Text File  |  2000-06-24  |  1.4 KB  |  54 lines

  1. # OutToLunch
  2.  
  3. set a "Making trouble"
  4. set b "Staring at the ceiling"
  5. set c "Deliberately wasting time"
  6. set d "Attempting to derive principles of dependency graph theory"
  7. set e "Wishing I were a Perl script"
  8. set f "Looking for my MPW manual"
  9. set g "Going to the Bahamas for a moment"
  10. set h "Automatically registering your copy of A-line"
  11. set i "Looking for Waldo"
  12. set j "Reflecting on my past indiscretions"
  13. set k "A-line requires Visual Basic for MPW.  Downloading now"
  14. set l "Out to lunch"
  15. set m "Holding for Microsoft tech support"
  16. set n "Rebuilding the desktop"
  17. set o "Converting your savings to Apple stock"
  18. set p "Connecting to cgi.a-line.com for instructions"
  19. set q "Turning on processor cycling to reduce power consumption"
  20. set r "Clearing space on your hard drive"
  21. set s "Waiting for just the right moment"
  22. set t "Downloading new artwork"
  23. set u "Making your Macintosh happy"
  24.  
  25. set COUNT 21
  26.  
  27. set COOKIE "'{a}'∂n'{b}'∂n'{c}'∂n'{d}'∂n'{e}'∂n'{f}'∂n'{g}'∂n'{h}'∂n'{i}'∂n'{j}'∂n∂
  28.     '{k}'∂n'{l}'∂n'{m}'∂n'{n}'∂n'{o}'∂n'{p}'∂n'{q}'∂n'{r}'∂n'{s}'∂n'{t}'∂n'{u}'"
  29.  
  30. If "{1}" == "--express" or "{1}" == "--fastfood"
  31.     Shift
  32. End
  33.  
  34. If "{1}" == "--pick"
  35.     Set PICK "{2}"
  36.     Shift; Shift
  37. Else
  38.     Set PICK `Evaluate ∂`TickCount∂` % {COUNT} + 1`
  39. End
  40.  
  41. Echo `Echo "{COOKIE}" | StreamEdit -e "!{PICK} Delete"`... (please be patient)
  42.  
  43. Exit
  44. # The end.
  45.  
  46. Set COUNT 0
  47. For TUNE in {COOKIE}
  48.     if {COUNT} == {PICK}
  49.         echo "{TUNE}"... (please be patient)
  50.         break
  51.     end
  52.     set COUNT `evaluate {COUNT} + 1`
  53. end
  54.